NAVNavbar
Logo
cURL php NodeJS Python cSharp

Get Google Search By Image SERP Advanced Results by id

Instead of ‘login’ and ‘password’ use your credentials from https://app.dataforseo.com/api-dashboard

<?php
// You can download this file from here https://cdn.dataforseo.com/v3/examples/php/php_RestClient.zip
require('RestClient.php');
$api_url = 'https://api.dataforseo.com/';
// Instead of 'login' and 'password' use your credentials from https://app.dataforseo.com/api-dashboard
$client = new RestClient($api_url, null, 'login', 'password');

try {
    $result = array();
    // #1 - using this method you can get a list of completed tasks
    // GET /v3/serp/google/search_by_image/tasks_ready
    // in addition to 'google' and 'search_by_image' you can also set other search engine and type parameters
    // the full list of possible parameters is available in documentation
    $tasks_ready = $client->get('/v3/serp/google/search_by_image/tasks_ready');
    // you can find the full list of the response codes here https://docs.dataforseo.com/v3/appendix/errors
    if (isset($tasks_ready['status_code']) AND $tasks_ready['status_code'] === 20000) {
        foreach ($tasks_ready['tasks'] as $task) {
            if (isset($task['result'])) {
                foreach ($task['result'] as $task_ready) {
                    // #2 - using this method you can get results of each completed task
                    // GET /v3/serp/google/search_by_image/task_get/advanced/$id
                    if (isset($task_ready['endpoint_advanced'])) {
                        $result[] = $client->get($task_ready['endpoint_advanced']);
                    }
                    // #3 - another way to get the task results by id
                    // GET /v3/serp/google/search_by_image/task_get/advanced/$id
                    /*
                    if (isset($task_ready['id'])) {
                        $result[] = $client->get('/v3/serp/google/search_by_image/task_get/advanced/' . $task_ready['id']);
                    }
                    */
                }
            }
        }
    }
    print_r($result);
    // do something with result
} catch (RestClientException $e) {
    echo "\n";
    print "HTTP code: {$e->getHttpCode()}\n";
    print "Error code: {$e->getCode()}\n";
    print "Message: {$e->getMessage()}\n";
    print  $e->getTraceAsString();
    echo "\n";
}
$client = null;
?>

The above command returns JSON structured like this:

{
  "version": "0.1.20221214",
  "status_code": 20000,
  "status_message": "Ok.",
  "time": "0.1127 sec.",
  "cost": 0,
  "tasks_count": 1,
  "tasks_error": 0,
  "tasks": [
    {
      "id": "03311939-1535-0066-0000-12856fc5c746",
      "status_code": 20000,
      "status_message": "Ok.",
      "time": "0.0232 sec.",
      "cost": 0,
      "result_count": 1,
      "path": [
        "v3",
        "serp",
        "google",
        "search_by_image",
        "task_get",
        "advanced",
        "03311939-1535-0066-0000-12856fc5c746"
      ],
      "data": {
        "api": "serp",
        "function": "task_get",
        "se": "google",
        "se_type": "search_by_image",
        "language_code": "en",
        "location_code": 2840,
        "image_url": "https://dataforseo.com/wp-content/uploads/2016/11/data_for_seo_light_429.png",
        "calculate_rectangles": true,
        "device": "desktop",
        "os": "windows"
      },
      "result": [
        {
          "image_url": "https://dataforseo.com/wp-content/uploads/2016/11/data_for_seo_light_429.png",
          "keyword": null,
          "type": "search_by_image",
          "se_domain": "lens.google.com",
          "location_code": 2840,
          "language_code": "en",
          "check_url": "https://lens.google.com/uploadbyurl?url=https%3A%2F%2Fdataforseo.com%2Fwp-content%2Fuploads%2F2016%2F11%2Fdata_for_seo_light_429.png&hl=en&gl=US&ie=UTF-8&oe=UTF-8&uule=w+CAIQIFISCQs2MuSEtepUEUK33kOSuTsc&ep=gisbubu",
          "datetime": "2023-03-31 16:39:31 +00:00",
          "spell": null,
          "item_types": [
            "organic"
          ],
          "se_results_count": 0,
          "items_count": 60,
          "items": [
            {
              "type": "organic",
              "rank_group": 1,
              "rank_absolute": 1,
              "position": "left",
              "xpath": null,
              "domain": "dataforseo.com",
              "title": "DataForSEO > Login",
              "url": "https://my.dataforseo.com/login",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://my.dataforseo.com/login",
                  "image_url": "https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcQVy58CLQDd8WtzzToYFnyTUXM2NUVNzfUtnLvx86Yo6IyYN2S6"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 2,
              "rank_absolute": 2,
              "position": "left",
              "xpath": null,
              "domain": "dev.to",
              "title": "Building an API with Express and Node.js - DEV Community",
              "url": "https://dev.to/cesareferrari/building-an-api-with-express-and-node-js-gmh",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://dev.to/cesareferrari/building-an-api-with-express-and-node-js-gmh",
                  "image_url": "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcSllqP85yu9ZpSpfgMbNbeHCF7ayQygaoZRCc6jvOuI6LClQv-K"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 3,
              "rank_absolute": 3,
              "position": "left",
              "xpath": null,
              "domain": "gestaltit.com",
              "title": "The Definition of Secondary Storage is Evolving – As is Cohesity - Gestalt IT",
              "url": "https://gestaltit.com/tech-field-day/gestalt/the-definition-of-secondary-storage-is-evolving-as-is-cohesity/",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://gestaltit.com/tech-field-day/gestalt/the-definition-of-secondary-storage-is-evolving-as-is-cohesity/",
                  "image_url": "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcTcKnOOChmiMDEhWPRpk3rD25lrc14KGFuqNo1vHwYGwp-GE1WM"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 4,
              "rank_absolute": 4,
              "position": "left",
              "xpath": null,
              "domain": "veeam.com",
              "title": "Veeam Backup & Replication v7 is Here!",
              "url": "https://www.veeam.com/blog/veeam-backup-replication-v7-is-here.html",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://www.veeam.com/blog/veeam-backup-replication-v7-is-here.html",
                  "image_url": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcShXKO5Tg-LlAAp8G8io1HUGU6DLxLDOLH6gLwzSF-kmSFw49c-"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 5,
              "rank_absolute": 5,
              "position": "left",
              "xpath": null,
              "domain": "linkedin.com",
              "title": "Unlock Business Growth With The 6 Stages Of Digital Transformation",
              "url": "https://www.linkedin.com/pulse/unlock-business-growth-6-stages-digital-richard-mawer",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://www.linkedin.com/pulse/unlock-business-growth-6-stages-digital-richard-mawer",
                  "image_url": "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcSg4tcNCAQ54AT1SJ46ihB-H8X9MBUHXe_fZV-dCtKDtPQOs17S"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 6,
              "rank_absolute": 6,
              "position": "left",
              "xpath": null,
              "domain": "youtube.com",
              "title": "Raspberry Pi 3 Data Logger | Part 1 of 2 | CSV - YouTube",
              "url": "https://www.youtube.com/watch?v=7ZIGZ38aNQE",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://www.youtube.com/watch?v=7ZIGZ38aNQE",
                  "image_url": "https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcQdH4FOX7uhoEfVCI5P2S0lneX1xO3FhVY9NXtfT1G1WK0WheXT"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 7,
              "rank_absolute": 7,
              "position": "left",
              "xpath": null,
              "domain": "datacontroller.io",
              "title": "Data Controller | Flexible and Secure SAS® Data Modification",
              "url": "https://datacontroller.io/",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://datacontroller.io/",
                  "image_url": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSavcivkIJQ-DBhalQCiFBhG9Ji7krt3X7MDtUqKKlW3xHNrTms"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 8,
              "rank_absolute": 8,
              "position": "left",
              "xpath": null,
              "domain": "datatooling.io",
              "title": "datatooling.io - presentation - Managed Data Stack",
              "url": "https://datatooling.io/",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://datatooling.io/",
                  "image_url": "https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcSZduQyV4ZUsK0FAT4VL_yYY_KDqDOjhh2TGnnP7RrZXczuS5qO"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 9,
              "rank_absolute": 9,
              "position": "left",
              "xpath": null,
              "domain": "facebook.com",
              "title": "ECF Data | Las Vegas NV",
              "url": "https://www.facebook.com/ECFdataLLC/",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://www.facebook.com/ECFdataLLC/",
                  "image_url": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTTPRnIxDJvqcmYv2rHxW0YhMaV4WBameFUtkeUeGyBmEpbkyzx"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 10,
              "rank_absolute": 10,
              "position": "left",
              "xpath": null,
              "domain": "linkedin.com",
              "title": "The Database Dept. | LinkedIn",
              "url": "https://au.linkedin.com/company/the-database-dept-",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://au.linkedin.com/company/the-database-dept-",
                  "image_url": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQfqXEbuuNwycBs1Q39THKsa-gUJtIJOQ288u5MXG_h-0hI3A7X"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 11,
              "rank_absolute": 11,
              "position": "left",
              "xpath": null,
              "domain": "pacrim.com.sg",
              "title": "TS-LS300 - Pacific Rim Technical Instrumentation & Systems",
              "url": "https://www.pacrim.com.sg/product/franklin-fueling-systems/fuel-management-systems/line-leak-detection/ts-ls300/",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://www.pacrim.com.sg/product/franklin-fueling-systems/fuel-management-systems/line-leak-detection/ts-ls300/",
                  "image_url": "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcTHdKGoa7gBDUUWjv717bu5yDGoema1RoFYdQlqI1RmR-lH1C2V"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 12,
              "rank_absolute": 12,
              "position": "left",
              "xpath": null,
              "domain": "github.com",
              "title": "ISA tools · GitHub",
              "url": "https://github.com/ISA-tools",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://github.com/ISA-tools",
                  "image_url": "https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcTJNdHrJYbG0rnO29TANEHLtlyFY88DVgJkqL2R13NYXgoJxTP6"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 13,
              "rank_absolute": 13,
              "position": "left",
              "xpath": null,
              "domain": "youtube.com",
              "title": "A Short Introduction To Easy Data Transform - YouTube",
              "url": "https://www.youtube.com/watch?v=vfpunEaxfkM",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://www.youtube.com/watch?v=vfpunEaxfkM",
                  "image_url": "https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcTeb5AKbMEkAPHmaONoMa7iVa0XYQdyFQ92HnpQ0_leY4gWUn3r"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 14,
              "rank_absolute": 14,
              "position": "left",
              "xpath": null,
              "domain": "nsfocusglobal.com",
              "title": "Botnet Trend Report-7 - NSFOCUS, Inc., a global network and cyber security leader, protects enterprises and carriers from advanced cyber attacks.",
              "url": "https://nsfocusglobal.com/botnet-trend-report-7/",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://nsfocusglobal.com/botnet-trend-report-7/",
                  "image_url": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTTR6QP40P_KX5_-TFus_wVioDTd0soJ8QhjDWndozpfsgacIY8"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 15,
              "rank_absolute": 15,
              "position": "left",
              "xpath": null,
              "domain": "componentsource.com",
              "title": "FlexGanttFX",
              "url": "https://www.componentsource.com/product/flexganttfx",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://www.componentsource.com/product/flexganttfx",
                  "image_url": "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcSxyr-ko_xlE04nrD2SQqlQgp1uc1guxxl-46__y4b9RwghLx2d"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 16,
              "rank_absolute": 16,
              "position": "left",
              "xpath": null,
              "domain": "swagger.io",
              "title": "OpenAPI Endpoint Testing - The Basics | Swagger Blog",
              "url": "https://swagger.io/blog/api-development/how-to-perform-a-basic-api-test/",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://swagger.io/blog/api-development/how-to-perform-a-basic-api-test/",
                  "image_url": "https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcT4pIN6b0OE2AIh7nBECNzUDY9eWFknjDCrawn4S0q2hLZ3mx3k"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 17,
              "rank_absolute": 17,
              "position": "left",
              "xpath": null,
              "domain": "thinkautomation.com",
              "title": "ThinkAutomation | Professional Services",
              "url": "https://www.thinkautomation.com/professionalservices",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://www.thinkautomation.com/professionalservices",
                  "image_url": "https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcRgqD2myIiOX2DHab0E2I0dHWNDSF--PdObEqdbwyB6KP64bpAQ"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 18,
              "rank_absolute": 18,
              "position": "left",
              "xpath": null,
              "domain": "ecfdata.com",
              "title": "Regeneron Pharmaceuticals, Inc. - ECF Data",
              "url": "https://www.ecfdata.com/casestudies/regeneron-pharmaceuticals-inc/",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://www.ecfdata.com/casestudies/regeneron-pharmaceuticals-inc/",
                  "image_url": "https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcRKLI0clRXHe3ZHZmv3vR9Yoq4w55f0Q4TE8-_zyniB1npoW2ee"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 19,
              "rank_absolute": 19,
              "position": "left",
              "xpath": null,
              "domain": "pandorafms.com",
              "title": "High Availability Database Cluster with Pandora FMS",
              "url": "https://pandorafms.com/blog/high-availability-database/",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://pandorafms.com/blog/high-availability-database/",
                  "image_url": "https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcQXSFr9_a06x0eMnzF3glZ43Fhto7thhpGY7ZJEbjfmWV9LHkd3"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 20,
              "rank_absolute": 20,
              "position": "left",
              "xpath": null,
              "domain": "nojitter.com",
              "title": "Dimension Data: Focusing on Outcomes | No Jitter",
              "url": "https://www.nojitter.com/dimension-data-focusing-outcomes",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://www.nojitter.com/dimension-data-focusing-outcomes",
                  "image_url": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSzYSlOM_oD6Pso95Yiu2Bsp6rapdpni_6Y7gThkEryIfHvYvIt"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 21,
              "rank_absolute": 21,
              "position": "left",
              "xpath": null,
              "domain": "golden.com",
              "title": "Datatron - Wiki | Golden",
              "url": "https://golden.com/wiki/Datatron-GE84G6V",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://golden.com/wiki/Datatron-GE84G6V",
                  "image_url": "https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcTXWC7KMlWqSjp8WF5Plju8d0U3JYQkV_m9zu43pWU5ogCFV3n_"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 22,
              "rank_absolute": 22,
              "position": "left",
              "xpath": null,
              "domain": "genusit.com",
              "title": "Digital Archiving to Microfilm - Genus | Archive Digitise",
              "url": "https://www.genusit.com/digital-archiving-to-microfilm/",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://www.genusit.com/digital-archiving-to-microfilm/",
                  "image_url": "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcSTEi3CdCBhqfU1eF1-jrieRSrst1tT3474M4SpTSo-4tX_eoTz"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 23,
              "rank_absolute": 23,
              "position": "left",
              "xpath": null,
              "domain": "skyvia.com",
              "title": "Data Migration Tools: List of TOP Tools, Types & Best Practices",
              "url": "https://blog.skyvia.com/data-migration-tools/",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://blog.skyvia.com/data-migration-tools/",
                  "image_url": "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcQkahBRzgBM2dhKO0ZeNVLKkY78J1h5qxhuKSxfKaFp8dtM6Dge"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 24,
              "rank_absolute": 24,
              "position": "left",
              "xpath": null,
              "domain": "symfonycasts.com",
              "title": "OpenAPI Specification > API Platform 2 Part 1: Serious RESTful APIs | SymfonyCasts",
              "url": "https://symfonycasts.com/screencast/api-platform2/open-api-spec",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://symfonycasts.com/screencast/api-platform2/open-api-spec",
                  "image_url": "https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcQeHlCaNPfAXg29nlrEhyHRfKCajicMy7McoTK2-Jep1NcCmuu3"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 25,
              "rank_absolute": 25,
              "position": "left",
              "xpath": null,
              "domain": "nvidia.com",
              "title": "Surface Instancer — Omniverse Extensions documentation",
              "url": "https://docs.omniverse.nvidia.com/prod_extensions/prod_extensions/ext_surface-instancer.html",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://docs.omniverse.nvidia.com/prod_extensions/prod_extensions/ext_surface-instancer.html",
                  "image_url": "https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcQP_0tGYTXSZ41eW4UbEAuw0CyBX2LjKhbeBhG9wLcCihVN4pMB"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 26,
              "rank_absolute": 26,
              "position": "left",
              "xpath": null,
              "domain": "keysight.com",
              "title": "Keysight Elastic Network Generator | Keysight",
              "url": "https://www.keysight.com/us/en/products/network-test/protocol-load-test/keysight-elastic-network-generator.html",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://www.keysight.com/us/en/products/network-test/protocol-load-test/keysight-elastic-network-generator.html",
                  "image_url": "https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcTbWhJ5frMG2ZkQpGSov5a5mH9BQzgLQO5JcxxuHNly-fAXopsS"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 27,
              "rank_absolute": 27,
              "position": "left",
              "xpath": null,
              "domain": "facebook.com",
              "title": "ZKTeco - [BioTime 8.0 - web-based time attendance... | Facebook",
              "url": "https://www.facebook.com/zktecoelectronic/posts/biotime-80-web-based-time-attendance-management-softwarebiotime-80-is-a-powerful/2054097248021977/",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://www.facebook.com/zktecoelectronic/posts/biotime-80-web-based-time-attendance-management-softwarebiotime-80-is-a-powerful/2054097248021977/",
                  "image_url": "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcT2ZMk36TdVUHP-5bx3YtSkZ51Pusd9OZc4UkEJzWUu8KBdn4ud"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 28,
              "rank_absolute": 28,
              "position": "left",
              "xpath": null,
              "domain": "nvidia.com",
              "title": "Section Tool Extension — Omniverse View documentation",
              "url": "https://docs.omniverse.nvidia.com/app_view/prod_extensions/ext_section-tool.html",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://docs.omniverse.nvidia.com/app_view/prod_extensions/ext_section-tool.html",
                  "image_url": "https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcRps80qMmSKM5Mm0ODlfXWN8AWabmwcI8FnqOt4dUC-qCANHbze"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 29,
              "rank_absolute": 29,
              "position": "left",
              "xpath": null,
              "domain": "squalio.com",
              "title": "2022 Data Protection Trends Report | Squalio",
              "url": "https://squalio.com/news/2022-data-protection-trends-report/",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://squalio.com/news/2022-data-protection-trends-report/",
                  "image_url": "https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcTHUGP0A3Iqa99OF_OcjFn4kQFhPoIxBkobB7VMFnXlQZ0rh1Ay"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 30,
              "rank_absolute": 30,
              "position": "left",
              "xpath": null,
              "domain": "linkedin.com",
              "title": "VetSoft - Poultry Management Solutions | LinkedIn",
              "url": "https://www.linkedin.com/company/vetsoft",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://www.linkedin.com/company/vetsoft",
                  "image_url": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSkSZvGaanW0z0qXeKdy0k-d4dL6W4ZndI5i8mqGxaYiP5S8tlE"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 31,
              "rank_absolute": 31,
              "position": "left",
              "xpath": null,
              "domain": "exceptionless.com",
              "title": "Filtering & Searching - Exceptionless",
              "url": "https://exceptionless.com/docs/filtering-and-searching/",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://exceptionless.com/docs/filtering-and-searching/",
                  "image_url": "https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcQWWccQDPwOtNTfmmGU5Om4M7de_oQJk9iBIAfkeO3JhUnKZX5j"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 32,
              "rank_absolute": 32,
              "position": "left",
              "xpath": null,
              "domain": "kishstats.com",
              "title": "Insomnia REST Client Intro",
              "url": "https://kishstats.com/other/2019/04/20/insomnia-rest-client.html",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://kishstats.com/other/2019/04/20/insomnia-rest-client.html",
                  "image_url": "https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcSxw3V4xSeWlliotQv1k6XGYqy3Ha5QS23WqQ7n4rYCJH915KUT"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 33,
              "rank_absolute": 33,
              "position": "left",
              "xpath": null,
              "domain": "mongodb.com",
              "title": "Vscode with mongodb extentison, connection fine but cannot debug anymore - Developer Tools - MongoDB Developer Community Forums",
              "url": "https://www.mongodb.com/community/forums/t/vscode-with-mongodb-extentison-connection-fine-but-cannot-debug-anymore/192892",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://www.mongodb.com/community/forums/t/vscode-with-mongodb-extentison-connection-fine-but-cannot-debug-anymore/192892",
                  "image_url": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRZxa5QPSNm1TU0OfTXdyx8YcA11XPnH6EKuFcTGXtLkOWXcoFe"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 34,
              "rank_absolute": 34,
              "position": "left",
              "xpath": null,
              "domain": "isdecisions.com",
              "title": "Print or export a report",
              "url": "https://www.isdecisions.com/products/fileaudit/help/reporting/print_or_export_the_display_view.htm",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://www.isdecisions.com/products/fileaudit/help/reporting/print_or_export_the_display_view.htm",
                  "image_url": "https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcRD0EWUC0pW5Rg0JXjd5K3gX3SxSDaPQnzTfdI1nkVOyO-hk5uv"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 35,
              "rank_absolute": 35,
              "position": "left",
              "xpath": null,
              "domain": "planview.com",
              "title": "The Rise of Value Stream Management (VSM) | Tasktop Blog",
              "url": "https://blog.planview.com/the-rise-of-value-stream-management/",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://blog.planview.com/the-rise-of-value-stream-management/",
                  "image_url": "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcSrk3eIqayu-fWxGnEA4ZHK3lEQSGAYonvdHyreOvwHM3zAwve0"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 36,
              "rank_absolute": 36,
              "position": "left",
              "xpath": null,
              "domain": "facebook.com",
              "title": "ZKTeco India - Ultimate security solution through one platform operation. ZKBioSecurity \"ALL-IN-ONE\" Web-Based Software with multi-integrated modules & advance security solution. More Details: https://www.zkteco.in/product-detail/162.html #ZKTeco #zktecosoftware #TimeAttendance #AccessControl #security #biosecurity #softwaresolutions | Facebook",
              "url": "https://www.facebook.com/zkteco.in/photos/a.1718799061716098/2842835285979131/?type=3",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://www.facebook.com/zkteco.in/photos/a.1718799061716098/2842835285979131/?type=3",
                  "image_url": "https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcSUiaJ5bEcn4Gq7vBq4Jk0br_gsULZ-K-HED-0umB1gUxYt5ww-"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 37,
              "rank_absolute": 37,
              "position": "left",
              "xpath": null,
              "domain": "costoia.tech",
              "title": "Costoia Software solutions Inc.",
              "url": "https://costoia.tech/",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://costoia.tech/",
                  "image_url": "https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcSvVioGw6GEm8pFK-7TZ27os8GVd_Nh8YHObFc9B_dq_2UlfOHw"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 38,
              "rank_absolute": 38,
              "position": "left",
              "xpath": null,
              "domain": "buildbuddy.io",
              "title": "BuildBuddy v2.7.0 Release Notes | BuildBuddy",
              "url": "https://www.buildbuddy.io/blog/buildbuddy-v2-7-0-release-notes/",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://www.buildbuddy.io/blog/buildbuddy-v2-7-0-release-notes/",
                  "image_url": "https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcSaHC8k1DKmaBumzBhdqlXFJn3yDRq4ttaBfCJGNNRRJIn5hjC9"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 39,
              "rank_absolute": 39,
              "position": "left",
              "xpath": null,
              "domain": "qt.io",
              "title": "Image Gestures Example | Qt Widgets 6.4.3",
              "url": "https://doc.qt.io/qt-6/qtwidgets-gestures-imagegestures-example.html",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://doc.qt.io/qt-6/qtwidgets-gestures-imagegestures-example.html",
                  "image_url": "https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcRyktHYGVzR3x8LxCkUtwv3m0ckECWaIZKFqRg7M6VQzbv64-dQ"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 40,
              "rank_absolute": 40,
              "position": "left",
              "xpath": null,
              "domain": "synopsys.com",
              "title": "Intelligent Orchestration and Code Dx: Security superheroes | Synopsys",
              "url": "https://www.synopsys.com/blogs/software-security/intelligent-orchestration-code-dx-integration/",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://www.synopsys.com/blogs/software-security/intelligent-orchestration-code-dx-integration/",
                  "image_url": "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcTye_uttRQ5din7bMu3z97o3TBRfxv21s-6Os9-oDUVioaH8g1K"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 41,
              "rank_absolute": 41,
              "position": "left",
              "xpath": null,
              "domain": "teamtreehouse.com",
              "title": "How to Use Data URI’s to Improve Site Speed | Treehouse",
              "url": "https://blog.teamtreehouse.com/using-data-uris-speed-website",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://blog.teamtreehouse.com/using-data-uris-speed-website",
                  "image_url": "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcS02v9ZNbjgccSGt-50xnSGAxHgVaVEz1f7FNLpNjN0jY2OQTlJ"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 42,
              "rank_absolute": 42,
              "position": "left",
              "xpath": null,
              "domain": "qt.io",
              "title": "Qt WebView Examples - Minibrowser | Qt WebView 6.4.3",
              "url": "https://doc.qt.io/qt-6/qtwebview-minibrowser-example.html",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://doc.qt.io/qt-6/qtwebview-minibrowser-example.html",
                  "image_url": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQVrJppOd-gKx1pgfEtuYz6KSUVgQ3JBP0uLps_9fdm9fvPFv4w"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 43,
              "rank_absolute": 43,
              "position": "left",
              "xpath": null,
              "domain": "swagger.io",
              "title": "OpenAPI 3.0: How to Design and Document APIs with the Latest OpenAPI Specification",
              "url": "https://swagger.io/resources/webinars/design-apis-with-openapi-specification/",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://swagger.io/resources/webinars/design-apis-with-openapi-specification/",
                  "image_url": "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcQa2bJWWfxrWMpiTxs82p0DzWiYZDtcZ6hIpuPUsTj15we4Lu0U"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 44,
              "rank_absolute": 44,
              "position": "left",
              "xpath": null,
              "domain": "youtube.com",
              "title": "Tableau - Data blending vs Cross database join - YouTube",
              "url": "https://www.youtube.com/watch?v=a_vm1HR4IOg",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://www.youtube.com/watch?v=a_vm1HR4IOg",
                  "image_url": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS0lNZUxz8xZMDzSSEm4jxkvnzgkjP2NxFv04t7UfN-fWpvZVji"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 45,
              "rank_absolute": 45,
              "position": "left",
              "xpath": null,
              "domain": "matillion.com",
              "title": "Cloud Storage Load Generator Tool In Matillion ETL For BigQuery",
              "url": "https://www.matillion.com/resources/blog/cloud-storage-load-generator-tool-in-matillion-etl-for-bigquery",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://www.matillion.com/resources/blog/cloud-storage-load-generator-tool-in-matillion-etl-for-bigquery",
                  "image_url": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ_h9ThMtBHnWvcEUDkJr227X1DwUiF_34Xb_X1u8m5EAWIMEzp"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 46,
              "rank_absolute": 46,
              "position": "left",
              "xpath": null,
              "domain": "matillion.com",
              "title": "Using the Excel Query component in Matillion ETL for Amazon Redshift",
              "url": "https://www.matillion.com/resources/blog/using-the-excel-query-component-in-matillion-etl-for-amazon-redshift",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://www.matillion.com/resources/blog/using-the-excel-query-component-in-matillion-etl-for-amazon-redshift",
                  "image_url": "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcRxAdBxiw9PjtmedwSNqIXSjTP3c5rWjDWK76x9JH4ExH--dokh"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 47,
              "rank_absolute": 47,
              "position": "left",
              "xpath": null,
              "domain": "thegreendotgroup.com",
              "title": "Project A3 Report Template - The Green Dot Consulting Group",
              "url": "https://www.thegreendotgroup.com/project-a3/",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://www.thegreendotgroup.com/project-a3/",
                  "image_url": "https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcQ3jhJ9bJFgilF7-4aKMkfMV7mOSwZHbdGZJcJJ5_lKCPBbA2c8"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 48,
              "rank_absolute": 48,
              "position": "left",
              "xpath": null,
              "domain": "cryingcloud.com",
              "title": "Rotating Event Hubs RP External Certificate on Azure Stack Hub — Crying Cloud",
              "url": "https://www.cryingcloud.com/blog/2020/6/17/rotating-event-hubs-rp-secrets-on-azure-stack-hub",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://www.cryingcloud.com/blog/2020/6/17/rotating-event-hubs-rp-secrets-on-azure-stack-hub",
                  "image_url": "https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcQUGjzMJNTPhYfqrMwT3pfeqpXd5nb51-0S5SFqVWdMMBXQcmR-"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 49,
              "rank_absolute": 49,
              "position": "left",
              "xpath": null,
              "domain": "linkedin.com",
              "title": "The Ultimate (free) PowerPoint template for Renewables & Cleantech professionals - UPDATED",
              "url": "https://www.linkedin.com/pulse/ultimate-free-powerpoint-template-renewables-nick-virtsonis",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://www.linkedin.com/pulse/ultimate-free-powerpoint-template-renewables-nick-virtsonis",
                  "image_url": "https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcQM_pvAkV1UnxmKo5gc7yszCfNpTT0YWmc57rSEyIvsgNXySMyS"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 50,
              "rank_absolute": 50,
              "position": "left",
              "xpath": null,
              "domain": "wwl.co.uk",
              "title": "IMAGEhost Microfilm Image Retrieval Platform - Wicks & Wilson - Wicks & Wilson",
              "url": "https://www.wwl.co.uk/imagehost-microfilm-and-microfiche-image-retrieval-platform/",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://www.wwl.co.uk/imagehost-microfilm-and-microfiche-image-retrieval-platform/",
                  "image_url": "https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcTH0n0vsn-EbfS31nDkPsMXh50cE8whi4snhB2gDSVDC_Zt6Cj8"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 51,
              "rank_absolute": 51,
              "position": "left",
              "xpath": null,
              "domain": "github.com",
              "title": "GitHub - PaulGilmartin/graph_wrap: Transform a Django REST Framework or Tastypie based API into a fully compliant GraphQL API.",
              "url": "https://github.com/PaulGilmartin/graph_wrap",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://github.com/PaulGilmartin/graph_wrap",
                  "image_url": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQDr8rbMMdE7OC11Vt9D5lDdIOr-WNsDe0sgYb_cPhGb6IezWVW"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 52,
              "rank_absolute": 52,
              "position": "left",
              "xpath": null,
              "domain": "dataforseo.com",
              "title": "DataForSEO API Connector for Google Sheets: Connecting the Dots – DataForSEO",
              "url": "https://dataforseo.com/blog/dataforseo-api-connector-for-google-sheets-connecting-the-dots",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://dataforseo.com/blog/dataforseo-api-connector-for-google-sheets-connecting-the-dots",
                  "image_url": "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcRrYPEWNd905iXKL7LirjjDTzMlSLnRsbBogCdfTyKcV1IBzHVP"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 53,
              "rank_absolute": 53,
              "position": "left",
              "xpath": null,
              "domain": "keitaro.com",
              "title": "What is a data portal and why do you need one? – Keitaro",
              "url": "https://www.keitaro.com/2020/09/14/what-is-a-data-portal-and-why-do-you-need-one/",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://www.keitaro.com/2020/09/14/what-is-a-data-portal-and-why-do-you-need-one/",
                  "image_url": "https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcRegbG5VzvIPfn2jMF3IfpthWf2AaJGeG2-Z71Q8hy7vzMozLKD"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 54,
              "rank_absolute": 54,
              "position": "left",
              "xpath": null,
              "domain": "venturebeat.com",
              "title": "Salesforce's Lightning platform now supports JavaScript web components | VentureBeat",
              "url": "https://venturebeat.com/mobile/lightning-web-components-brings-javascript-support-to-salesforces-lightning-platform/",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://venturebeat.com/mobile/lightning-web-components-brings-javascript-support-to-salesforces-lightning-platform/",
                  "image_url": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSBzeRkOCLAoZuwrVuPnC30L7rsPBuFH3M04gdnvjymQxR-gXFG"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 55,
              "rank_absolute": 55,
              "position": "left",
              "xpath": null,
              "domain": "youtube.com",
              "title": "ZKBio Time Tutorial – ep.14 Backup & Restore Database - YouTube",
              "url": "https://www.youtube.com/watch?v=npM9Q5Gifdk",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://www.youtube.com/watch?v=npM9Q5Gifdk",
                  "image_url": "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcQNIAGC_Ft65MhP-rfdbDIZ209cyLL5FEJnrW8lIWrN6VYkamjd"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 56,
              "rank_absolute": 56,
              "position": "left",
              "xpath": null,
              "domain": "dev.to",
              "title": "Medusa interacting with our custom entity - DEV Community",
              "url": "https://dev.to/dailydevtips1/medusa-interacting-with-our-custom-entity-530e",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://dev.to/dailydevtips1/medusa-interacting-with-our-custom-entity-530e",
                  "image_url": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR9T0Jz7X8CwtRoekk1EXOPjXlehCgV44ni9NkjZFJ14rHGjiYu"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 57,
              "rank_absolute": 57,
              "position": "left",
              "xpath": null,
              "domain": "cae.net",
              "title": "Multimedia courses for companies and education centres: SCORM",
              "url": "https://www.cae.net/multimedia-courses-companies-educational-scorm/",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://www.cae.net/multimedia-courses-companies-educational-scorm/",
                  "image_url": "https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcRXMKnVANwHEf2_stds75V0Ef5D42IbHg87ZgUCIpYz3k56GNPl"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 58,
              "rank_absolute": 58,
              "position": "left",
              "xpath": null,
              "domain": "pioneer-360.com",
              "title": "Disaster Recovery | Cybersecurity | Pioneer-360 | Ohio",
              "url": "https://pioneer-360.com/disasterrecovery/",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://pioneer-360.com/disasterrecovery/",
                  "image_url": "https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcQpGwyz-VEUeqMNoMZqcw7QLcxhqggUiZ4OQ3kXqn6sqAVy8Hla"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 59,
              "rank_absolute": 59,
              "position": "left",
              "xpath": null,
              "domain": "youtube.com",
              "title": "Humana’s journey to one centralized data platform with Power BI (short version) - YouTube",
              "url": "https://www.youtube.com/watch?v=RDEi6sflPSQ",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://www.youtube.com/watch?v=RDEi6sflPSQ",
                  "image_url": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTVXyvUepl-HiB__Cdn-YooTbGllOepTYKeHxBceI22UcX7E9-Q"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            },
            {
              "type": "organic",
              "rank_group": 60,
              "rank_absolute": 60,
              "position": "left",
              "xpath": null,
              "domain": "edge.network",
              "title": "Comprehensive DDoS Protection | Edge",
              "url": "https://edge.network/en/ddos-protection/",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": null,
              "is_image": true,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "description": null,
              "pre_snippet": null,
              "extended_snippet": null,
              "images": [
                {
                  "type": "images_element",
                  "alt": null,
                  "url": "https://edge.network/en/ddos-protection/",
                  "image_url": "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcTD-DU7LuP0UsGbL-9C9b_RaE_Hbnfk-r4HLUU5B9CgnQrssql9"
                }
              ],
              "amp_version": false,
              "rating": null,
              "price": null,
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": null,
              "timestamp": null,
              "rectangle": null
            }
          ]
        }
      ]
    }
  ]
}

Description of the fields for sending a request:

Field name Type Description
id string task identifier
unique task identifier in our system in the UUID format
you will be able to use it within 30 days to request the results of the task at any time

‌‌
‌‌As a response of the API server, you will receive JSON-encoded data containing a tasks array with the information specific to the set tasks.

Description of the fields in the results array:

Field name Type Description
version string the current version of the API
status_code integer general status code
you can find the full list of the response codes here
Note: we strongly recommend designing a necessary system for handling related exceptional or error conditions
status_message string general informational message
you can find the full list of general informational messages here
time string execution time, seconds
cost float total tasks cost, USD
tasks_count integer the number of tasks in the tasks array
tasks_error integer the number of tasks in the tasks array returned with an error
tasks array array of tasks
        id string task identifier
unique task identifier in our system in the UUID format
        status_code integer status code of the task
generated by DataForSEO; can be within the following range: 10000-60000
you can find the full list of the response codes here
        status_message string informational message of the task
you can find the full list of general informational messages here
        time string execution time, seconds
        cost float cost of the task, USD
        result_count integer number of elements in the result array
        path array URL path
        data object contains the same parameters that you specified in the POST request
        result array array of results
            image_url string URL specified in a POST array
            keyword string keyword Google associated with the specified image
            type string search engine type in a POST array
            se_domain string search engine domain in a POST array
            location_code integer location code in a POST array
            language_code string language code in a POST array
            check_url string direct URL to search engine results
you can use it to make sure that we provided accurate results
            datetime string date and time when the result was received
in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”
example:
2019-11-15 12:57:46 +00:00
            spell object autocorrection of the search engine
if the search engine provided results for a keyword that was corrected, we will specify the keyword corrected by the search engine and the type of autocorrection
                keyword string keyword obtained as a result of search engine autocorrection
the results will be provided for the corrected keyword
                type string type of autocorrection
possible values:
did_you_mean, showing_results_for, no_results_found_for, including_results_for
            item_types array types of search results in SERP
contains types of search results (items) found in SERP.
possible item types:
organic,
images
            se_results_count integer total number of results in SERP
            items_count integer the number of results returned in the items array
            items array elements of search results found in SERP
            ‘organic’ element in SERP
                type string type of element = ‘organic’
                rank_group integer group rank in SERP
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group
                rank_absolute integer absolute rank in SERP
absolute position among all the elements in SERP
                position string the alignment of the element in SERP
can take the following values:
left, right
                xpath string the XPath of the element
                domain string domain in SERP
                title string title of the result in SERP
                url string relevant URL in SERP
                cache_url string cached version of the page
                breadcrumb string breadcrumb in SERP
                is_image boolean indicates whether the element contains an image
                is_video boolean indicates whether the element contains a video
                is_featured_snippet boolean indicates whether the element is a featured_snippet
                is_malicious boolean indicates whether the element is marked as malicious
                description string description of the results element in SERP
                pre_snippet string includes additional information appended before the result description in SERP
                extended_snippet string includes additional information appended after the result description in SERP
                amp_version boolean Accelerated Mobile Pages
indicates whether an item has the Accelerated Mobile Page (AMP) version
                rating object the item’s rating
the popularity rate based on reviews and displayed in SERP
                    rating_type string the type of rating
here you can find the following elements: Max5, Percents, CustomMax
                    value integer the value of the rating
                    votes_count integer the amount of feedback
                    rating_max integer the maximum value for a rating_type
                highlighted array words highlighted in bold within the results description
                links array sitelinks
the links shown below some of Google’s search results
if there are none, equals null
                    type string type of element = ‘link_element
                    title string title of the result in SERP
                    description string description of the results element in SERP
                    url string sitelink URL
                faq object frequently asked questions
questions and answers extension shown below some of Google’s search results
if there are none, equals null
                    type string type of element = ‘faq_box
                    items array items featured in the faq_box
                       type string type of element = ‘faq_box_element
                       title string question related to the result
                       description string answer provided in the drop-down block
                       links array links featured in the faq_box_element
                          type string type of element = ‘link_element
                          title string link anchor text
                          url string link URL
                timestamp string date and time when the result was published
in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”
example:
2019-11-15 12:57:46 +00:00
                rectangle object rectangle parameters
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true
                    x float x-axis coordinate
x-axis coordinate of the top-left corner of the result’s snippet, where top-left corner of the screen is the origin
                    y float y-axis coordinate
y-axis coordinate of the top-left corner of the result’s snippet, where top-left corner of the screen is the origin
                    width float width of the element in pixels
                    height float height of the element in pixels
            ‘images’ element in SERP
                type string type of element = ‘images’
                rank_group integer group rank in SERP
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group
                rank_absolute integer absolute rank in SERP
absolute position among all the elements in SERP
                position string the alignment of the element in SERP
can take the following values:
left, right
                xpath string the XPath of the element
                title string title of the result in SERP
                url string relevant URL
                items array additional items present in the element
if there are none, equals null
                    type string type of element = ‘images_element
                    alt string alt tag of the image
                    url string URL of the image resource
the URL leading to the resource where the image is posted
                    image_url string URL to the compressed image
the URL leading to the image thumbnail
                related_image_searches array contains keywords and images related to the specified search term
if there are none, equals null
                    type string type of element = ‘related_image_searches_element
                    title string title of the element
indicates keyword that may be used with the specified term to refine image search
                    alt string alt tag of the featured image
                    url string original URL of the featured image
the URL leading to the image on the original resource
                    image_url string URL to the compressed featured image
the URL leading to the image on DataForSEO storage
                rectangle object rectangle parameters
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true
                    x float x-axis coordinate
x-axis coordinate of the top-left corner of the result’s snippet, where top-left corner of the screen is the origin
                    y float y-axis coordinate
y-axis coordinate of the top-left corner of the result’s snippet, where top-left corner of the screen is the origin
                    width float width of the element in pixels
                    height float height of the element in pixels

‌‌